Open
Bug 1948378
Opened 4 months ago
Updated 4 months ago
Remove import/no-unresolved exceptions from stylelint-plugin-mozilla tests
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: hjones, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 1921095 I'm having to add a // eslint-disable-next-line import/no-unresolved
exception in the test for our custom no-base-design-tokens
. The eslint error seems to be stemming from the fact that the imports plugin doesn't currently recognize when "exports"
is used instead of "main"
in a packages package.json
file - more info/context can be found in these bugs. Once this issue is resolved in the plugin/on the eslint side of things we should loop back and remove this exception as well as any other exceptions we've had to add to similar tests for custom rules.
You need to log in
before you can comment on or make changes to this bug.
Description
•